home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / ov143b.zip / OVERR.H < prev    next >
Text File  |  1993-01-04  |  785b  |  30 lines

  1. /*  001  23-May-87  overr.h
  2.  
  3.         OverView internal error codes.
  4.  
  5.         Copyright (c) 1987 by Blue Sky Software.  All rights reserved.
  6. */
  7.  
  8. /* optins to show_error() */
  9.  
  10. #define SHOW_DOS (1)                   /* display DOS error msg */
  11. #define QUIET    (2)                   /* don't beep            */
  12.  
  13. /* longjmp codes to show_error() */
  14.  
  15. #define CANT_OPEN    (1)
  16. #define CANT_RMDIR   (2)
  17. #define CANT_MKDIR   (4)
  18. #define EMPTY_FILE   (6)
  19. #define MUST_BE_DIR  (8)
  20. #define NO_FND_STR   (10)
  21. #define NO_MEM       (12)
  22. #define NO_EXE_DIR   (14)
  23. #define NO_EXT       (16)
  24. #define NONE_TAGGED  (18)
  25. #define ONE_SH_ALL   (20)
  26. #define WIN_2_SMALL  (22)
  27. #define STR_2_BIG    (23)
  28. #define UNKN_MACRO   (24)
  29. #define BAD_MACRO    (25)
  30. #define BAD_UDK      (26)